Properties of the TMyScript class.
For a complete list of the TMyScript class members, see the TMyScript Members topic.
Public
Name | Description |
EndLine (inherited from TDAScript) |
Used to get the current statement last line number in a script.
|
EndOffset (inherited from TDAScript) |
Used to get the offset in the last line of the current statement.
|
EndPos (inherited from TDAScript) |
Used to get the end position of the current statement.
|
StartLine (inherited from TDAScript) |
Used to get the current statement start line number in a script.
|
StartOffset (inherited from TDAScript) |
Used to get the offset in the first line of the current statement.
|
StartPos (inherited from TDAScript) |
Used to get the start position of the current statement in a script.
|
Statements (inherited from TDAScript) |
Contains a list of statements obtained from the SQL property.
|
Published
Name | Description |
Connection |
Used to specify a connection object that will be used to connect to a data store.
|
DataSet |
Used to retrieve the results of SELECT statements execution inside a script.
|
Debug (inherited from TDAScript) |
Used to display the script execution and all its parameter values.
|
Delimiter (inherited from TDAScript) |
Used to set the delimiter string that separates script statements.
|
Macros (inherited from TDAScript) |
Used to change SQL script text in design- or run-time easily.
|
SQL (inherited from TDAScript) |
Used to get or set script text.
|
UseOptimization |
Used to unit small queries into blocks for block executing if possible.
|
See Also